home *** CD-ROM | disk | FTP | other *** search
/ MACD 5 / MACD 5.bin / workbench / boot / czesc_1 / assignwedge / assignwedge.h < prev    next >
C/C++ Source or Header  |  1992-07-03  |  1KB  |  57 lines

  1. #ifndef ASSIGNWEDGE_H
  2. #define ASSIGNWEDGE_H
  3.  
  4.  
  5. /****************************************************************************/
  6.  
  7.  
  8. /* This file was created automatically by CatComp.
  9.  * Do NOT edit by hand!
  10.  */
  11.  
  12.  
  13. #ifndef EXEC_TYPES_H
  14. #include <exec/types.h>
  15. #endif
  16.  
  17.  
  18. /****************************************************************************/
  19.  
  20.  
  21. #define MSG_PROMPT_GAD 0
  22. #define MSG_PROMPT_GAD_STR "Retry|Assign|Mount|Deny|Cancel"
  23.  
  24. #define MSG_HAIL_GAD 1
  25. #define MSG_HAIL_GAD_STR "Assignment for `%s:'"
  26.  
  27. #define MSG_ASSIGN_GAD 2
  28. #define MSG_ASSIGN_GAD_STR "Assign"
  29.  
  30.  
  31. /****************************************************************************/
  32.  
  33.  
  34. #ifdef STRINGARRAY
  35.  
  36. struct AppString
  37. {
  38.     LONG   as_ID;
  39.     STRPTR as_Str;
  40. };
  41.  
  42. struct AppString AppStrings[] =
  43. {
  44.     {MSG_PROMPT_GAD,MSG_PROMPT_GAD_STR},
  45.     {MSG_HAIL_GAD,MSG_HAIL_GAD_STR},
  46.     {MSG_ASSIGN_GAD,MSG_ASSIGN_GAD_STR},
  47. };
  48.  
  49.  
  50. #endif /* STRINGARRAY */
  51.  
  52.  
  53. /****************************************************************************/
  54.  
  55.  
  56. #endif /* ASSIGNWEDGE_H */
  57.